context.canceler.cancel (method)

5 uses

	context (current package)
		context.go#L259: 		child.cancel(false, parent.Err())
		context.go#L268: 			child.cancel(false, p.err)
		context.go#L281: 				child.cancel(false, parent.Err())
		context.go#L329: 	cancel(removeFromParent bool, err error)
		context.go#L415: 		child.cancel(false, err)